1 <?xml version="1.0" encoding="utf-8"?><Database Name="Northwind" Class="NorthwindDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007">
2 <Connection Mode="AppSettings" ConnectionString="Data Source=V-LW\MSSQLSERVER2008;Initial Catalog=Northwind;User ID=sa" SettingsObjectName="VBDynamicallyBuildLambdaExpressionWithField.VBDynamicallyBuildLambdaExpressionWithField.My.MySettings" SettingsPropertyName="NorthwindConnectionString" Provider="System.Data.SqlClient" />
3 <Table Name="dbo.Orders" Member="Orders">
5 <Column Name="OrderID" Type="System.Int32" DbType="Int NOT NULL IDENTITY" IsPrimaryKey="true" IsDbGenerated="true" CanBeNull="false" />
6 <Column Name="CustomerID" Type="System.String" DbType="NChar(5)" CanBeNull="true" />
7 <Column Name="EmployeeID" Type="System.Int32" DbType="Int" CanBeNull="true" />
8 <Column Name="OrderDate" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
9 <Column Name="RequiredDate" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
10 <Column Name="ShippedDate" Type="System.DateTime" DbType="DateTime" CanBeNull="true" />
11 <Column Name="ShipVia" Type="System.Int32" DbType="Int" CanBeNull="true" />
12 <Column Name="Freight" Type="System.Decimal" DbType="Money" CanBeNull="true" />
13 <Column Name="ShipName" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
14 <Column Name="ShipAddress" Type="System.String" DbType="NVarChar(60)" CanBeNull="true" />
15 <Column Name="ShipCity" Type="System.String" DbType="NVarChar(15)" CanBeNull="true" />
16 <Column Name="ShipRegion" Type="System.String" DbType="NVarChar(15)" CanBeNull="true" />
17 <Column Name="ShipPostalCode" Type="System.String" DbType="NVarChar(10)" CanBeNull="true" />
18 <Column Name="ShipCountry" Type="System.String" DbType="NVarChar(15)" CanBeNull="true" />